wayland: Mark ourselves as not supporting compositing
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Mar 2014 16:49:32 +0000 (12:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 24 Mar 2014 16:49:32 +0000 (12:49 -0400)
The compositing that is meant here is really specific to the
X11 Composite extension, and does not apply to Wayland.

This is very rarely used functionality anyway, and none of
the other backends support it.

gdk/wayland/gdkdisplay-wayland.c

index 54291120844d68e4ad04b6775f139e139df5856c..5e71483611395a27d37e4c8ff7f6909522865b04 100644 (file)
@@ -416,7 +416,7 @@ gdk_wayland_display_supports_input_shapes (GdkDisplay *display)
 static gboolean
 gdk_wayland_display_supports_composite (GdkDisplay *display)
 {
-  return TRUE;
+  return FALSE;
 }
 
 static GList *